SafetyPay Payout Response
Type of object. Always payout.
Possible values: [payout]
payoutUnique payout identifier.
out_1000067708_FfCOjVmv2r9qFncnOStiCTYI6yDiAPDr_MXNUnix timestamp indicating when the payout was created.
1699533982066Unix timestamp indicating when the payout was updated.
1699533982075Payout currency.
MXNcustomer object
Unique customer identifier in the merchant system.
Possible values: <= 60 characters
uniquecustomeridCustomer email address.
The email address is required when a psc_id is not provided.
valid@email.comCustomer date of birth.
1996-10-20Customer first name.
Possible values: <= 60 characters
MaxCustomer middle name.
Possible values: <= 60 characters
DiegoCustomer last name.
Possible values: <= 60 characters
PowerCustomer phone number in ITU-T E.164-compatible format.
Possible values: <= 20 characters
+525516690627Customer IP address.
123.456.123.456Customer account creation value supplied by the merchant.
2021Customer country code.
Possible values: >= 2 characters and <= 2 characters
MXCustomer KYC level.
FULLCustomer IP address used in the payout request.
13.248.166.223Current payout status.
VALIDATION_SUCCESSFULAdditional information or comments about the payout.
Winnings payoutPayout amount.
1000Payout instrument.
Possible values: [SAFETYPAY]
SAFETYPAYCountry of the payout beneficiary.
MXbank_account object
Type of beneficiary bank account. Refer to the SafetyPay code books for supported values.
Possible values: <= 12 characters
CLABEBeneficiary bank-account number.
Possible values: <= 50 characters
123456789034567896Identifier of the bank used for the payout.
This field is mandatory for Peru and Chile.
Possible values: <= 4 characters
6453id_document object
Type of customer identification document. Refer to the SafetyPay code books for supported values.
Possible values: <= 3 characters
RFCCustomer identification-document number.
Possible values: <= 50 characters
HEGJ820506M10Notification URL contacted after the payout status changes.
https://notification.com/webhook{
"object": "payout",
"id": "out_1000067708_FfCOjVmv2r9qFncnOStiCTYI6yDiAPDr_MXN",
"created": 1699533982066,
"updated": 1699533982075,
"currency": "MXN",
"customer": {
"id": "uniquecustomerid",
"email": "valid@email.com",
"date_of_birth": "1996-10-20",
"first_name": "Max",
"middle_name": "Diego",
"last_name": "Power",
"phone_number": "+525516690627",
"ip_address": "123.456.123.456",
"account_created": "2021",
"country": "MX",
"kyc_level": "FULL",
"ip": "13.248.166.223"
},
"status": "VALIDATION_SUCCESSFUL",
"description": "Winnings payout",
"amount": 1000,
"payout_instrument": "SAFETYPAY",
"country_code": "MX",
"bank_account": {
"type": "CLABE",
"number": "123456789034567896"
},
"bank_id_code": "6453",
"id_document": {
"type": "RFC",
"number": "HEGJ820506M10"
},
"notification_url": "https://notification.com/webhook"
}