Payment intents
Payment Intents
Status
CREATED
WAITING FOR PAYMENT
COMPLETED
ERROR
TIMEOUT
API
Response
Última actualización
Última actualización
{
"apiKey": "123xxx456",
"clientId": "123xxx456",
}{
"_id": "65a8609a11ab863177a0de6f",
"userId": "659xxx7730",
"walletId": "65axxxe6d",
"clientSecret": "Dx2xxxvH5",
"status": "COMPLETED",
"apiKeyType": "PRODUCTION",
"receiverId": "receiver-identification",
"metadata": null,
"created_at": "2024-01-01T23:19:54.258Z",
"updated_at": "2024-01-01T23:20:58.934Z",
}{
// [REQUIRED] Unique receiver or cart indentification
"receiverId": "receiver-identification"
/*
** [OPTIONAL] Relevant business information that you want to keep track of
** across the payment process
*/
"metadata": {
"key": "Value",
"anotherKey": "another value"
}
}{
"paymentIntentId": "123...123",
"clientSecret": "Dx2xxxvH5",
"walletAddress": "0x...123",
"receiverId": "receiver-identification",
}{
"clientSecret": "Dx2xxxvH5"
}{
"status": "COMPLETED"
}