Skip to content

Instantly share code, notes, and snippets.

@antb123
Last active February 8, 2022 21:24
Show Gist options
  • Save antb123/751db5c8adcd4769ef7b9cbead86a362 to your computer and use it in GitHub Desktop.
Save antb123/751db5c8adcd4769ef7b9cbead86a362 to your computer and use it in GitHub Desktop.
{
"nonce": "<nonce>",
"transaction": {
"sender_info": {
"stellar_id": "<stellar_id with tempo 12345*tempo.eu.com> Optional",
"firstname": "<firstname> Required",
"lastname": "<lastname> Required",
"address1": "<address1> Required",
"address2": "<address2> Optional",
"city": "<city> Required",
"state": "<state> Required",
"country": "<country in ISO 3166-1 alpha-2 format> Required",
"email": "<email> Required",
"mobile": "<mobile E.164 format e.g. +33123123 if invalid tranaction delayed> Required",
"dob": "<date of birth in YYYY-MM-DD format>Required",
"gender": "Male/Female Required",
"nationality": "<nationality ISO 3166-1 alpha-2 format> Required",
"occupation": "<job or occupation of sender> Required",
"annual_income": "<income of sender default=2000> Optional",
"id_type": "id type type 1 -> passport,type 2 -> national id, default -> 1> Required",
"id_details": "<id_details the passport no or id number> Required",
"id_expiry": "<id_exipiry - iso date: YYYY-MM-DD. pls validate expiry prior to submit> Required",
"id_image": "id_image base 64 encoded - min 1000x 1000 pixels clean scan"
},
"receiver_info": {
"stellar_id": "<stellar_id with tempo 12345*tempo.eu.com> Optional",
"firstname": "<firstname> Required",
"lastname": "<lastname> Required",
"address1": "<address1> Required",
"address2": "<address2> Optional",
"city": "<city> Required",
"state": "<state> Optional",
"country": "<country in ISO 3166-1 alpha-2 format> Required",
"email": "<email> Required",
"mobile": "<mobile E.164 format e.g. +33123123 if invalid tranaction delayed> Required",
"dob": "<date of birth in YYYY-MM-DD format>Optional",
"gender": "Male/Female Optional",
"nationality": "<nationality ISO 3166-1 alpha-2 format> Required",
"occupation": "<job or occupation of sender> Optional",
"annual_income": "<income of sender default=2000> Optional",
"account_number": "<account_number of bank> Optional except on bank payout",
"bank": "<bank> for account payouts Optional except on bank payout",
"bank_branch": "<bank_branch required an account payouts> Optional except on bank payout"
},
"transfer_info": {
"sender_stellar_id": "stellar_id optional",
"receiver_stellar_id": "receiver stellar_id optional",
"trans_type": "transfer_type options are Cash Collection or Account> Required",
"source_country": "<source country iso 2> Required",
"source_currency": "<source currency iso3> Optional default=EUR",
"dest_currency": "<destination_currency iso3> Required",
"destination_country": "<destination_country iso2> Required",
"amount_to_send": "<amount_to_send> Required",
"purpose": "<purpose of the transfer default=1> Optional",
"service_level": "<service_level default=1> Optional"
},
"route": "<route>",
"note": "<note>"
},
"operations":
{
"sender_info": "<sender_info>",
"route": "<route>",
"note": "<note>"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment