get
https://api.pushpay.com/v1/merchant//recurringpayment/
Retrieves a single recurring payment record, given the keys for the merchant and the payment
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
{
"status": "Success",
"transactionId": "69",
"paymentToken": "HgHeIQ-Ui0yJPHtavtS2uQ",
"amount": {
"amount": "50.00",
"currency": "USD",
"details": {
"base": "50.00"
}
},
"payer": {
"key": "MzpMNU9YSTIwSmt4REN5ZWluUlhSbGNvLV9lUk0",
"emailAddress": "[email protected]",
"emailAddressVerified": true,
"mobileNumber": "+15555555555",
"mobileNumberVerified": true,
"fullName": "Joe Bloggs",
"firstName": "Joe",
"lastName": "Bloggs",
"address": {
"country": "NZ"
},
"updatedOn": "0001-01-01T00:00:00Z",
"role": "individual",
"payerType": "Registered",
"_links": {
"self": {
"href": "https://api.pushpay.com/v1/merchant/MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M/community/MzpMNU9YSTIwSmt4REN5ZWluUlhSbGNvLV9lUk0"
}
}
},
"communityMember": {
"key": "bc21b3c4e4303167ec70143c8ca1ddd6"
},
"recipient": {
"key": "MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M",
"name": "Widgets inc.",
"role": "merchant"
},
"fields": [
{
"key": "1",
"value": "For last week",
"label": "Message"
},
{
"key": "2",
"value": "123",
"label": "Campus"
}
],
"createdOn": "2014-08-21T10:45:00Z",
"updatedOn": "2014-08-21T10:46:00Z",
"paymentMethodType": "CreditCard",
"source": "MobileApp",
"card": {
"reference": "4111-11....1111",
"brand": "VISA",
"logo": "https://pushpay.com/Content/PushpayWeb/Images/Interface/@2x/PaymentMethods/visa.png",
"cardSource": "Direct"
},
"ipAddress": "69.30.43.180",
"fund": {
"key": "zzzzAA234zbZ8fgfLcM0uKc1y4a8RHUw",
"name": "Tithes & Offerings",
"code": "100",
"taxDeductible": true
},
"campus": {
"name": "Eastbrook Campus",
"key": "MTY0NTgwOlk4ZnY4ZDUzWE1mOGt2RGxXTEM4MzdaTUUxTQ"
},
"_links": {
"self": {
"href": "https://api.pushpay.com/v1/merchant/MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M/payment/HgHeIQ-Ui0yJPHtavtS2uQ"
},
"merchant": {
"href": "https://api.pushpay.com/v1/merchant/MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M"
},
"payments": {
"href": "https://api.pushpay.com/v1/merchant/MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M/payments"
},
"merchantviewpayment": {
"href": "https://pushpay.com/pushpay/MTpZc2M4M3hOM05KMmdxOHpDQklvYkxqQWpfY2M/transaction/HgHeIQ-Ui0yJPHtavtS2uQ"
},
"donorviewpayment": {
"href": "https://pushpay.com/pushpay/transaction/HgHeIQ-Ui0yJPHtavtS2uQ"
}
}
} 400The server will not process the request due to a client error
401Request failed because the client was not authorized to perform this action
404Could not find resource
429Request was throttled due to too many requests from this client or IP address
