- Get the bank transfer details for a face-to-face transaction which payment method is `bank_transfer`
Get the Trustap fee for a face-to-face transaction
Update the description, currency, price and/or charge of this face-to-face transaction
Accept the deposit for this face-to-face transaction
Accept the deposit for this face-to-face transaction as a guest seller
Get the Stripe client secret for this face-to-face transaction
Set deposit payment method for this face-to-face transaction
Set the total price for this face-to-face transaction
Skip the remainder for this face-to-face transaction
Get the bank transfer det...
Security
APIKey
GET
curl -i -X GET \
-u '<API_KEY>:' \
'https://dev.stage.trustap.com/api/v1/p2p/transactions/{transaction_id}/bank_transfer_details' \
-H 'Trustap-User: string'Response
{ "amount": 0, "currency": "string", "financial_address": { "aba": { … }, "iban": { … }, "sort_code": { … }, "swift": { … } }, "hosted_instructions_url": "string", "reference": "string" }