InitiatePaymentTokenResponse
The response to an automated payment using the obtained payment_token
Object type identifier
PAYMENTUnique identifier of the payment
pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EURUnix timestamp in milliseconds when the payment was created
1781006255231Unix timestamp in milliseconds of the last update
1781006255231ISO 4217 (3 letter ISO currency code)
EURRepresents the current status of the payment.
SUCCESSPayment method type
PAYSAFECARDPayment amount
0.01URL where payment notifications are sent
https://paymentnotification.site/examplecustomer objectrequired
Customer associated with the payment
Merchant customer identifier
TestUser123redirect objectrequired
Redirect URLs and authorization URL for the payment flow
URL where the customer is redirected after successful authorization
https://www.guinbox.com/notes/uC5lKyzh74xURL where the customer is redirected if the customer cancels the payment
https://www.guinbox.com/notes/FP8gU99Wj7uIdentifier of the submerchant
SUBM1234automatic_transaction_details object
Provides additional information on the automated transaction.
Type of transaction - CIP_ONE_TIME, MIP_SCHEDULED or MIP_UNSCHEDULED
CIP_ONE_TIME for one click transactions,
MIP_SCHEDULED for subscriptions,
MIP_UNSCHEDULED for one off transactions without user input
MIP_SCHEDULED{
"object": "PAYMENT",
"id": "pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EUR",
"created": 1781006255231,
"updated": 1781006255231,
"currency": "EUR",
"status": "SUCCESS",
"type": "PAYSAFECARD",
"amount": 0.01,
"notification_url": "https://paymentnotification.site/example",
"customer": {
"id": "TestUser123"
},
"redirect": {
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u"
},
"submerchant_id": "SUBM1234",
"automatic_transaction_details": {
"transaction_type": "MIP_SCHEDULED"
}
}