Create payout credit card

Create a batch of credit card recharge transactions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

For SANDBOX ENVIRONMENT:

Set the amount to have a transaction declined to 10, 20 or 30, and set the amount for a timeout request to 40 or 50.

Fields description:

AttributeMandatoryData typeDescription
order_idYesStringPayment order identification or credit note
credit_noteYesStringInternal code for customer use, it must be a unique code, to avoid duplication
vat_idYesStringNational identification document.
vat_id_typeYesStringNational identification document. DNI, CE
amountYesString/IntegerAmount to transfer
subjectNoStringFree use. Example: He don't want / can't travel
bank_detailYesStringFree use. Example: Refund Company
payment_typeYesStringType of the payment (2-character format). Allowed values in Peru: FD (Funds Disbursement) and OG (Online Gambling)
user_emailYesStringEmail to notify withdrawal
phone_numberYesStringPhone to notify transfer
bankYesString/IntegerBank's id where where the withdrawal will be made
nameYesStringCardholder's full name
card_numberYesStringCredit or debit card number. Example: 4957030420210454
expiry_monthYesStringCard's expiry month (2-digit format). Example: "12"
expiry_yearYesStringCard's expiry month (2-digit format)
addressYesStringThe recipient's street address
cityYesStringThe recipient's city
zip_codeYesStringThe recipient's zip code
countryYesStringThe recipient's country. Example: "PE"
Body Params
json
Defaults to [ { "order_id": "20251112001", "credit_note": "20251121007", "amount": 12, "vat_id": "25264829", "bank": 73, "user_email": "[email protected]", "bank_detail": "TEST KUSHKI 1", "phone_number": "+56900000000", "subject": "TEST KUSHKI 1", "vat_id_type": "DNI", "name": "John Doe", "card_number": "4957030420210454", "expiry_month": "12", "expiry_year": "30", "payment_type": "FD", "city": "Lima", "address": "John Doe 123", "country": "PE", "zip_code": "12321132" } ]

JSON array is required. You may send batch transactions to be created at once

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json