After finishing the PSP card registration view, this service must get called to retrieve the payment card data.
/cnbs/v1/dp/card
GET
{
"paymentcard": {
"payment_card_type": "ACHE",
"payment_card_token": "MOKU4UHBFWCZ6WCVV3LTJRCY",
"payment_card_name": "Joe Doe",
"valid_from": "01-19-2026",
"valid_to": "12-31-2099",
"last_four": "6780",
"masked_card_number": "*****6780"
},
"status": {
"message_type": "S",
"message_identification": "/CNBS/X_API",
"message_number": 10,
"message_line_string": "Request successfully processed"
}
}