{
"id": "<string>",
"type": "payments",
"attributes": {
"amount": 123,
"refundable_amount": 123,
"currency": "<string>",
"country_code": "<string>",
"is_partial_payment": true,
"is_terminal_payment": true,
"charge_type": "<string>",
"last_error": "<string>",
"succeeded_at": "<string>",
"settled_at": "<string>",
"activity": {},
"provider_data": {},
"secret": "<string>",
"success_url": "<string>",
"cancel_url": "<string>",
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"method": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"disputes": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"refunds": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"payout": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"terminal_reader": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"next_action": {},
"return_url": "<string>"
}
}Scalar reference catalog
Payment
⌘I