Barion API: Prepare a partner card
POST
|
/v2/PartnerCard/Prepare
|
Use cases
This endpoint can prepare a partner card without attaching it to a specific Barion account.
v2 This API endpoint is available in API v2 only.
Input properties
Property name
|
Property type
|
Limitations and constraints
|
Description
|
PartnerKey |
Guid |
|
The secret API key of the partner, generated by Barion.
|
PAN |
Guid |
- Required
- At least 10 charachters
|
The whole cardnumber.
|
Output properties
Property name
|
Property type
|
Description
|
PrivateCardKey |
string |
The private key of the card. This should only be stored on the card itself.
|
Possible error responses
Error code |
Description
|
CardPreparationNotAllowed |
If the card number is already registered (attached to a wallet) a new preparation is not allowed.
|