Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy
imageAttachmentIdatt214401071
macroIdcebdb7a4-0850-4656-82ea-399089fb01b0
baseUrlhttps://onepipe.atlassian.net/wikimacroIdcebdb7a4-0850-4656-82ea-399089fb01b0
nameFunds Transfer I
diagramAttachmentIdatt210501979
containerId210337809
timestamp1583771820658

...

Gliffy
macroId
imageAttachmentIdatt204603605
macroIdc76356e6-127f-46ad-bb8a-94ba9a4d0f11
baseUrlhttps://onepipe.atlassian.net/wiki
c76356e6-127f-46ad-bb8a-94ba9a4d0f11nameFunds Transfer 2
diagramAttachmentIdatt214007834
containerId210337809
timestamp1583742263404

...

Code Block
languagejson
{
  "request_ref":"{{request_ref}}", 
  "request_type":"disburse",
  "auth": {
    "type": null"bank.account", 
    "secure": null"{{encrypted}}",
    "auth_provider": "BeeceptorGTBank",
    "route_mode": null
  },
  "transaction": {
    "mock_mode": "live", 
    "transaction_ref": "{{transaction_ref}}", 
    "transaction_desc": "A random transaction", 
    "transaction_ref_parent": null, 
    "amount": 1000,
    "customer":{
    	"customer_ref": "{{customer_id}}",
    	"firstname": "Uju",
  		      "surname": "Usmanu",
    	"email": "ujuusmanu@gmail.com",
    	"mobile_no": "234802343132"
    },
    "meta":{
    	"a_key":"a_meta_value_1",
    	"another_key":"a_meta_value_2"
    },
    "details": {
    	"destination_account":"2363262632",
        "destination_bank_code":"011",
    	"otp_override": true
    }
  }
}

Response (when otp_override = false)

...