- Ready to pay requested
Ready to pay
Create a transaction
Retrieve transactions
Retrieve a transaction
Update a transaction
Create a credit transaction
Query a transaction
Update a transaction status
Refund a transaction
Retrieve payout requests
Create a payout request
Retrieve a payout request
Upsert a payout request
Update a payout request
Cancel a payout request
Request a payout request split
Retrieve associated payment instruments
Retrieve payout request allocations
Create a payout request allocation
Create an automatic payout request allocation
Retrieve a payout request allocation
Update allocation status
Initiate processing of allocations
Retrieve payout request batches
Create a payout request batch
Retrieve a payout request batch
Update a payout request batch
Delete a payout request batch
Allocate batch payout requests automatically
Approve payout requests in a batch
Block batch payout requests
Add requests to a payout request batch
Remove requests from a payout request batch
Unblock payout requests in a batch
Preview payout request batch results
Customer redirected offsite
Customer returned
Gateway account requested
Offsite payment completed
Payout request canceled
Payout request created
Payout request fulfilled
Payout request modified
Risk score changed
Transaction amount discrepancy found
Transaction declined
Transaction discrepancy found
Transaction process requested
Transaction processed
Transaction reconciled
Transaction partially refunded
Transaction refunded
Transaction voided
Transaction timeout resolved
Waiting gateway transaction completed
Autodeposit lookup performed
Ready to pay requested
Security
SecretApiKey or JWT
Payload of ready to pay-related webhook event.
ID of the website. A website is where an organization obtains a customer. For more information, see Obtain an organization ID and website ID.
Example:"web_0YV7DE4Z26DQSA1AC92FBJ7SEG"
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
ID of the transaction.
Example:"txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/ready-to-pay-requested
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/ready-to-pay-requested
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/ready-to-pay-requested
- SecretApiKey
- JWT
{ "eventType": "ready-to-pay-requested", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "currency": "string", "amount": 0.1, "items": [ { … } ], "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "string", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [ … ], "emails": [ … ], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "riskMetadata": { "ipAddress": "93.92.91.90", "fingerprint": "pIUt3xbgX3l9g3YDiLbx", "httpHeaders": { … }, "browserData": { … }, "extraData": { … }, "isProxy": true, "isVpn": true, "isTor": true, "isHosting": true, "hostingName": "string", "isp": "string", "country": "US", "region": "NY", "city": "New York", "latitude": 0.1, "longitude": 0, "postalCode": "string", "timeZone": "America/New_York", "accuracyRadius": 0, "distance": 0, "hasMismatchedBillingAddressCountry": true, "hasMismatchedBankCountry": true, "hasMismatchedTimeZone": true, "hasMismatchedHolderName": true, "hasFakeName": true, "isHighRiskCountry": true, "paymentInstrumentVelocity": 0, "declinedPaymentInstrumentVelocity": 0, "deviceVelocity": 0, "ipVelocity": 0, "emailVelocity": 0, "billingAddressVelocity": 0, "paymentInstrumentApprovedTransactionCount": 0, "score": 0 }, "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "checkoutFormId": "chkt_frm_0YV8XZ6174C2MBS5011SAZNMBP", "_embedded": { "checkoutForm": { … }, "customer": { … }, "transaction": { … }, "website": { … } }, "_links": [ { … } ] }