Card to Card Transfer

Card to Card Transfer

The Card to Card Transfer API allows a cardholder to transfer currency from one card to another.

Input Parameters:

Name
Required
Definition
Comments

Amount

Y

Format: Numeric, 1-9 Description: The amount is in cents.

amount>0

CardNumber

C

Format: Numeric, 16

Mutually exclusive with From\To ID. Deprecated (use ID/ID Type). Should be paired only with TransferToCardNumber (and both will be discontinued in the future).

CurrencyCode

Y

Format: Alphanumeric, 3 Description: Closed list of values.

"USD"

DateOfBirth

N

Format: yyyy-mm-dd Description: Cardholder must be above 17 years old

Description

N

Format: Alphanumeric, 1-25

TransferToCardNumber

C

Format: Numeric, 16

Mutually exclusive with From\To ID. Deprecated (use ID/ID Type). Should be paired only with CardNumber (and both will be discontinued in the future)

FromID

C

Format: Numeric, 1-19 Description: Input should be RPID in case IDType = RPID Input should be Card Number in case IDType = CardNumber

Mutually exclusive with CardNumber. Required if FromIDType is provided. Also supports a DDA as an ID

FromIDType

C

Format options: CardNumber RPID SavingAccount

relevant only for FromID parameter. Also supports "DDA" as ID Type

ToID

C

Format: Numeric, 1-19 Description: Input should be RPID in case IDType = RPID Input should be Card Number in case IDType = CardNumber

Mutually exclusive with TransferToCardNumber. Required if ToIDType is provided. Also supports a DDA as an ID

ToIDType

C

Format options: CardNumber RPID SavingAccount

relevant only for ToID parameter. Also supports "DDA" as ID Type

Output Parameters:

Name
Definition
Failure Case
Success Case
Comments

AmountTransfered

Format: Numeric, 11

Not returned

Returned

CardAvailableBalance

Format: Numeric, 11

Not returned

Returned

Balance of the card which has transferred the money (to another card) after the transfer

TransferBaseCurrency

Format: Alphanumeric, 3

Not returned

Returned

TransferFee

Format: Numeric, 11

Not returned

Returned

TransferToCardNumber

Format: Numeric, 16

Not returned

Returned

XML Samples

Input XML

Last updated