Register a Payment Card (to be deprecated)

POST {{baseUrl}}/payment-cards

Allows a registered Service Provider to add a new Payment Card to its profile. This endpoint uses Mastercard payload encryption. Refer to the Payload Encryption section for implementation details.

Request Body

{"fpan"=>"5344035171229750", "cardBaseCurrency"=>"EUR"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"paymentCardId":"c5d88571-ac15-465a-a0d8-1ad1327b9a06","bin":"534403","last4fpan":"9750","status":"ACTIVE"}