Sources
Source object represent your customer's payment method or instrument. Those are used with Payments API to pay a payment or related to Customer object to be used as a reusable payment instrument.
Source object
{
"id": "sou_Ut4GSx94Xh4PlS21",
"customer": {
"id": "cus_Ut4GSx94Xh4PlS21",
"name": "Acme Ventures LLC",
"address": "",
"state": {
"id": "21222",
"name": "Illinois",
"country": {
"id": "US"
"name": "United States"
}
}
},
"gateway": "paypal",
"amount": null,
"return_url": null,
"method_data": null,
"description": "Invoice payment No. 3",
"status": "chargeable",
"created": "2020-08-03 12:54:16",
"updated": "2020-08-03 12:54:16"
}Create a source
Request Body
Name
Type
Description
Retrieve a source
Request Body
Name
Type
Description
Destroy a source
Request Body
Name
Type
Description
Authorize a source
Path Parameters
Name
Type
Description
Last updated
Was this helpful?
